* net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:12:38 +0000 (14:12 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:12:38 +0000 (14:12 +0200)
commit8db4b91314224e3958ea6ff13e379e454b5559c6
treeadef16b455359731702096853aff5f1de00777ad
parent7bc662d646c548c515541e505f89c532e0e2dfc7
* net/tramp-cmds.el (tramp-cleanup-this-connection): New command.

* net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
(tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
Use it.
(tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
`tramp-default-remote-path' does not exist.
(tramp-send-command-and-read): New optional argument NOERROR.
(tramp-open-connection-setup-interactive-shell)
(tramp-get-remote-path, tramp-get-remote-stat): Use it.
(tramp-get-remote-readlink): Do not mask with `ignore-errors'.
(tramp-process-sentinel): Flush also process' connection property.
(tramp-sh-handle-start-file-process): Do not set process
sentinel.  It is done now ...
(tramp-maybe-open-connection): ... here.  (Bug#8929)
lisp/ChangeLog
lisp/net/tramp-cmds.el
lisp/net/tramp-sh.el